I am new to web security and implementation of same using spring-security. One important concept is prevention from CSRF using CSRF token. Spring security has p
I sent an API request to the Microsoft Translator API using R. I am getting back a XML file. How can I specify that I want a JSON file? Or does it make more sen
I am novice user of ASP.NET MVC application. I am trying to learn mvc but I am unable to connect database to my application. Whenever I am going to add controll
I have a small program to handle a list of rabbits (name, district, participation count) stored in an array of pointers (Rabbit** iterator). I'd like to impleme
I need to allow requests from some origins or all requests if they are from a specific user-agent. ... var whitelist = [URL1, URL2]; corsOptions = { origi
I am using Terraform since 2017 and I usually create cloud resources with this simple but effective scheme (called hereafter approach-1): 1 company project == 1
This almost works but its not updating the ui.... so found the index of what I want to change, I created a new array newFavorites and increased a value on one o
I recently used the django-paypal library in my project. All is working fine, the only problem I'm facing is that I don't find the way to implement a cancel but
I am sending api request using python requests library. The code as follows; subscription_id =os.environ['AZURE_SUBSCRIPTION_ID'] source="https://management.azu
We are updating one of our applications, in this case IdentityServer, from .NET 5 to .NET 6. It is being hosted by IIS and deployed by Azure Devops Services.